Merged
Conversation
Contributor
ejohnstown
commented
Jan 20, 2026
- Change all actions to run on push only to master, main, or a release.
- Change all actions to run on workflow_dispatch.
1. Change all actions to run on push only to master, main, or a release. 2. Change all actions to run on workflow_dispatch.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates all GitHub Actions workflow configurations to restrict automated push triggers and enable manual workflow execution. The changes standardize trigger conditions across all workflows to reduce unnecessary CI runs while maintaining comprehensive pull request testing.
Changes:
- Modified push triggers to only run on master, main, and release/** branches (instead of all branches)
- Added workflow_dispatch to enable manual workflow triggering
- Standardized trigger configuration across all 12 workflow files
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/zephyr.yml | Updated push branches filter and added workflow_dispatch |
| .github/workflows/windows-check.yml | Updated push branches filter and added workflow_dispatch |
| .github/workflows/tpm-ssh.yml | Updated push branches filter and added workflow_dispatch |
| .github/workflows/test-fatfs.yml | Updated push branches filter, expanded pull_request branches, workflow_dispatch already present |
| .github/workflows/sshd-test.yml | Updated push branches filter and added workflow_dispatch |
| .github/workflows/singlethread-check.yml | Updated push branches filter and added workflow_dispatch |
| .github/workflows/sftp-test.yml | Updated push branches filter and added workflow_dispatch |
| .github/workflows/scp-test.yml | Updated push branches filter and added workflow_dispatch |
| .github/workflows/paramiko-sftp-test.yml | Updated push branches filter and added workflow_dispatch |
| .github/workflows/os-check.yml | Updated push branches filter and added workflow_dispatch |
| .github/workflows/kyber.yml | Updated push branches filter and added workflow_dispatch |
| .github/workflows/cppcheck.yml | Updated push branches filter and added workflow_dispatch |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dgarske
approved these changes
Jan 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.